From 5ffdc33df0b329282901ad1a410492248d32b931 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Fri, 1 Jun 2007 05:10:50 +0000 Subject: [PATCH] Fix doc typos. 2007-06-01 Alp Toker * gdk/gdkcairo.c (gdk_cairo_set_source_pixmap): Fix doc typos. svn path=/trunk/; revision=17999 --- ChangeLog | 4 ++++ gdk/gdkcairo.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 66edb1dd7c..c5d98c9e52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-01 Alp Toker + + * gdk/gdkcairo.c (gdk_cairo_set_source_pixmap): Fix doc typos. + 2007-05-31 Yevgen Muntyan * gtk/gtkstyle.c (get_insertion_cursor_gc): use text colors from diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c index b481648a2a..c1474e9cd6 100644 --- a/gdk/gdkcairo.c +++ b/gdk/gdkcairo.c @@ -233,7 +233,7 @@ gdk_cairo_set_source_pixbuf (cairo_t *cr, * * Sets the given pixmap as the source pattern for the Cairo context. * The pattern has an extend mode of %CAIRO_EXTEND_NONE and is aligned - * so that the origin of @pixbuf is @pixbuf_x, @pixbuf_y + * so that the origin of @pixmap is @pixmap_x, @pixmap_y * * Since: 2.10 **/ -- 2.30.2